It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-01-17 0 3 // 1 2025-01-18 0 5 // 2 2025-01-19 0 0 // 3 2025-01-20 0 1 // 4 2025-01-21 0 5 // 5 2025-01-22 0 0 // 6 2025-01-23 0 0 // 7 2025-01-24 0 1 // 8 2025-01-25 0 0 // 9 2025-01-26 0 0 // 10 2025-01-27 0 0 // 11 2025-01-28 0 3 // 12 2025-01-29 0 2 // 13 2025-01-30 0 5 // 14 2025-01-31 0 0 // 15 2025-02-01 0 0 // 16 2025-02-02 0 0 // 17 2025-02-03 0 3 // 18 2025-02-04 0 0 // 19 2025-02-05 0 6 // 20 2025-02-06 0 0